home *** CD-ROM | disk | FTP | other *** search
/ Pornodelic / Pornodelic - Disc 2.iso / pc / data / quit.dir / 00006_ÅwÉ{É^ÉìÇ™âüÇŽÇÍÇýÇÁÅAèàóùǝÇÝÇÈÅBÅx.ls < prev    next >
Encoding:
Text File  |  1998-02-13  |  520 b   |  18 lines

  1. on somebutton
  2.   set cname to item 1 of the name of cast the castNum of sprite clickOn()
  3.   repeat while stillDown()
  4.     if rollOver(clickOn()) then
  5.       set the castNum of sprite clickOn() to the number of member (cname & ",D")
  6.     else
  7.       set the castNum of sprite clickOn() to the number of member (cname & ",U")
  8.     end if
  9.     updateStage()
  10.   end repeat
  11.   set the castNum of sprite clickOn() to the number of member (cname & ",U")
  12.   updateStage()
  13.   if rollOver(clickOn()) then
  14.     return 1
  15.   end if
  16.   return 0
  17. end
  18.